2017-01-31 - 28584 - Break fix - Packing Program dump for quantity 288 #ProductionBreakFix #packing #abappacking
2017-01-31 - 28584 - Break Fix - Packing Program dump for quantity 288
Problem Summary
Inbound Delivery Creation Job is failed due to dump in packing step.
Admin Info
Purpose
|
Inbound Delivery Creation Job Failed due to Packing
|
Requested by
|
Babu Vanamali
|
Issue Date
|
01-31-2017
|
Resolved by
|
Venkat, Adithya
|
Resolved Date
|
02-14-2017
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
Inbound Delivery Creation Job has been failed due to short dump in the packing step of the job, when the packing is carried out and HU is completely packed, To determine the box for remaining left over quantities packing program goes to table "
ZPWEAVER_REMQTY".
Understand that the table do not take more than 255 value as the data type which is used when the table is created in INT1 which accepts the number values only less than 255.
Solution Analysis and Recommendations
(Include Screen Shots if required)
Change the data type of the material to INT4 in table
"ZPWEAVER_REMQTY" which has the higher acceptance of numeric vales.
Test Scenarios:
Test ID
|
`Delivery Type
|
Test Scenario
|
Expected Result
|
Pack type
|
Max Box
|
SD-001
|
Outbound
|
Pack by SKU
|
12
|
The 288 quantity should be packed in max box 12
|
SD-002
|
Outbound
|
Pack by Family
|
12
|
The 288 quantity should be packed in max box 12
|
SD-003
|
Outbound
|
Pack by Mix
|
12
|
The 288 quantity should be packed in max box 12
|
SD-004
|
Inbound
|
Pack by SKU
|
12
|
The 288 quantity should be packed in max box 12
|
SD-005
|
Inbound
|
Pack by Family
|
12
|
The 288 quantity should be packed in max box 12
|
SD-006
|
Inbound
|
Pack by Mix
|
12
|
The 288 quantity should be packed in max box 12
|
Resolution
Carry out the changes to the table "
ZPWEAVER_REMQTY"
Release Information
Provide link here to Release Notes if Technical Objects were changed